Description:

Returns a shallow copy of this instance. If the generic type is comprised of only value types (struct, enum, ptr), then the result will be a deep copy.

Syntax:
public RhinoList<T> Duplicate()
Returns:
The duplicated list.

Nothing found